Tags: micropython* + raspberry pi*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This document provides a developer guide for the Tiny Code Reader from Useful Sensors, a small, low-cost hardware module that reads QR codes. It covers connecting, mounting, powering up, reading data, configuration, sensor characteristics, example code, privacy considerations, and an appendix with data formats and CAD files.
  2. A blog post detailing the creation of a colour e-paper weather display using a Pimoroni Inky Frame and the Met Office API. It covers the process of fetching weather imagery, converting it to JPEG format, and displaying it on the Inky Frame using MicroPython.
  3. This article doesn't work for the Raspberry Pi Pico W, as the pin has moved.
    Instead use

    led = machine.Pin("LED", machine.Pin.OUT)
  4. led = machine.Pin("LED", machine.Pin.OUT)

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "micropython+raspberry pi"

About - Propulsed by SemanticScuttle